home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / placemnt / tstplace.dfm / tstplace.txt
Text File  |  1995-12-22  |  693b  |  35 lines

  1. object MyForm: TMyForm
  2.   Left = 212
  3.   Top = 106
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'MyForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 427
  19.     Height = 273
  20.     Align = alClient
  21.     Alignment = taCenter
  22.     Caption = 
  23.       'This Form'#39's Placement will be saved and restored whenever it is ' +
  24.       'closed or opened'
  25.     Transparent = True
  26.     WordWrap = True
  27.   end
  28.   object Placement1: TPlacement
  29.     IniFileName = 'MyForm.ini'
  30.     Section = 'MyForm'
  31.     Left = 8
  32.     Top = 8
  33.   end
  34. end
  35.